home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / Pascal / DLL.pas next >
Pascal/Delphi Source File  |  2003-08-13  |  199b  |  15 lines

  1. {Description: Pascal standard DLL|}
  2. {
  3.   Created: {$DateTime} by {$UserName}
  4.  
  5.   $Id: DLL.pas,v 1.1.2.3 2003/08/13 00:38:45 neum Exp $
  6. }
  7.  
  8. library {$FileTitleNoExt};
  9.  
  10. exports
  11.  
  12. begin
  13.  
  14. end.
  15.